home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / File.Type.Notes / FTN.C1.0002 < prev    next >
Encoding:
Text File  |  1990-07-27  |  2.5 KB  |  63 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. File Type:         $C1 (193)
  7. Auxiliary Type:    $0002
  8.  
  9. Full Name:     Super Hi-Res 3200 color screen image
  10. Short Name:    Super Hi-Res 3200 color image
  11.  
  12. Written by:    Matt Deatherage                                 September 1990
  13.  
  14. Files of this type and auxiliary type contain pictures with up to 3,200 colors 
  15. displayed simultaneously.
  16. _____________________________________________________________________________
  17.  
  18. Files of type $C1 and auxiliary type $0002 contain Super Hi-Res screen images 
  19. with extra color tables so that up to 3,200 colors can be displayed 
  20. simultaneously.
  21.  
  22. Such a display technique is visually striking but is not easy--the program must 
  23. watch the Mega II video counters and change the color tables in the palette 
  24. for future scan lines while the Apple IIgs is drawing a different scan line.  
  25. All such pictures use 320 mode.
  26.  
  27. This format is for uncompressed 3,200-color pictures.  It is often referred to 
  28. as "Brooks format" after the designer of the format, John Brooks.  For a way 
  29. to store these pictures compressed, see the MULTIPAL block in the Apple 
  30. Preferred format.
  31.  
  32. Definition
  33.  
  34. The following definition is used in this document in addition to those defined 
  35. for all Apple II file types:
  36.  
  37. Color table    A table of sixteen two-byte entries, where each entry in the 
  38.                table is a master color value ($0RGB, where R is the red 
  39.                component, G is the green component and B is the blue 
  40.                component).
  41.  
  42. File Structure
  43.  
  44. The format for these files is similar to that for Super Hi-Res screen images.
  45.  
  46.         pixelData  (+000)  32000 Bytes
  47.                                        Pixel data to be displayed on 
  48.                                        the Super Hi-Res screen.
  49.         colorTables (+32000) 200 Color Tables
  50.                                        One color table for each scan line.  
  51.                                        Each color table is stored in reverse 
  52.                                        order; the color value for color 15 
  53.                                        is stored first.
  54.  
  55.  
  56. Further Reference
  57. _____________________________________________________________________________
  58.   o  Apple IIgs Toolbox Reference, Volume 2
  59.   o  Apple IIgs Hardware Reference
  60.   o  File Type Note for file type $C0, auxiliary type $0002, 
  61.      Apple Preferred Format
  62.  
  63.